-
Notifications
You must be signed in to change notification settings - Fork 619
[Apps] login #6295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Apps] login #6295
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
5fc5673 to
30d9dc2
Compare
30d9dc2 to
96f5ea7
Compare
96f5ea7 to
b56089e
Compare
b56089e to
12d9d84
Compare
12d9d84 to
c16bd7f
Compare
3e9e4f7 to
ad1365d
Compare
| console.log( | ||
| "expectedChallenge", | ||
| expectedChallenge, | ||
| "code_challenge", | ||
| code_challenge, | ||
| codeVerifier, | ||
| ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This debug logging exposes sensitive PKCE verification details that should not be present in production. Consider removing the console.log statement to prevent leaking code verifier and challenge values in logs.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
ad1365d to
50bec85
Compare
50bec85 to
2679ce1
Compare
2679ce1 to
e66a625
Compare

wip
PR-Codex overview
This PR focuses on refactoring and enhancing the
thirdweb-loginapplication by removing unused files, updating dependencies, and introducing new features like enhanced authentication and theming support.Detailed summary
apps/login.josedependency for JWT handling.cnutility function inutils.ts.LoginLayoutcomponent withSuspense.ProviderandThemeProvidercomponents.getVercelEnv.thirdwebClientinthirdweb-client.ts.components.json.route.ts.LoginForm.LoginPageto handle OAuth2 authorization.PermissionCardfor managing app permissions.Tooltip,Select, andSwitch.siwe-server.ts.